MCQ

Class 10 computer science chapter 4 mcqs online test with answers | Decision Making

Class 10 computer science chapter 4 mcqs online test with answers is a useful resource for students preparing for the Computer Science and Entrepreneurship examination under the New Syllabus 2026 for Punjab Boards. Chapter 4 covers important concepts of Control Structure in Python, including 4.1 Decision Making and the use of conditional statements such as if, if-else, and if-elif-else. This online test provides solved MCQs with answers to help Class 10 students check their understanding, improve Python programming concepts, and prepare effectively for Punjab Board examinations. Students can attempt the MCQs online and use the answers to evaluate their preparation.

10CSE Chapter 4 1-Decision Making

10CSE Chapter 4 1-Decision Making

1 / 23

How many conditions can be represented using nested conditions?

2 / 23

What is nesting in Python?

3 / 23

In Python, int() is a:

4 / 23

The else keyword is used to display:

5 / 23

What defines the structure of the code?

6 / 23

In Python, ____ define structure or block of your code:

7 / 23

Repetition structure is also called:

8 / 23

Control Structure is essential because:

9 / 23

Which statement is used to execute code when a condition is true?

10 / 23

Block written in inner else is executed only when:

11 / 23

If incorrect indentation exists, it may cause:

12 / 23

Which statement is used when a condition is false?

13 / 23

The if-else statement executes:

14 / 23

Output of if temp > 30 is:

15 / 23

What happens if indentation is incorrect in Python?

16 / 23

Decision making allows programmer to choose different action based on:

17 / 23

What is the purpose of decision making in programming?

18 / 23

Inner if block runs only when:

19 / 23

How many types of conditional statement?

20 / 23

Syntax of if statement:

21 / 23

The result of 10 < 5 in Python:

22 / 23

if statement within an if statement is called:

23 / 23

Output of if (5 > 7): using if statement structure is:

Your score is

The average score is 0%

0%

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button
error: Content is protected !!